net.ipv6ZoneCache.index (method)
4 uses
	net (current package)
		cgo_unix.go#L292: 		return cgoSockaddrInet6(ip6, zoneCache.index(zone)), _C_socklen_t(syscall.SizeofSockaddrInet6)
		interface.go#L252: func (zc *ipv6ZoneCache) index(name string) int {
		ipsock_posix.go#L203: 	sa := syscall.SockaddrInet6{Port: port, ZoneId: uint32(zoneCache.index(zone))}
		ipsock_posix.go#L265: 		ZoneId: uint32(zoneCache.index(addr.Zone())),
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |